This command will confirm if TRIM has been auto-enabled by windows 7
fsutil behavior query disabledeletenotify
DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
DisableDeleteNotify = 0 (Windows TRIM commands are enabled)
If you would like to force it on;
fsutil behavior set disabledeletenotify 0