I want this for some conditional compilation code that will run in all IE's less than IE9.
The check for less than IE9 is:
if (@_jscript_version < 9)
It's worth noting, the wikipedia crowd keeps these updated pretty well: http://en.wikipedia.org/wiki/Conditional_comment