My experience says that upgrading from 1.7 -> 1.9 is relatively smooth sailing. Only thing you have to pay attention is that some additional forms have new formkey anti-bot measure and thus they do not work unless you add to those forms:
<?php echo $this->getBlockHtml('formkey')?>
None of it has anything to do with SEO however.
Tanel Raja