Kixtart is not strongly typed. Try adding in some error checking:

 Code:
if @DOS >= 6.2
   ? @SERROR
   ? "Do Windows 8 stuff"
else
   ? @SERROR
   ? "Do Windows 7 stuff"
endif

See what that gives you.